/*尾部*/
footer { background: #333333; color: #fff; padding-top: 50px; }
footer ul,footer li { overflow: hidden; }

footer .main { display: flex; }
footer .f1 { width: 320px; overflow: hidden; }
footer .f1 ul li { margin-top: 25px; }
footer .f1 ul li .img { width: 53px; text-align: center; float: left; margin-top: 10px; }
footer .f1 ul li .tt { width: 250px; float: left; margin-left: 10px; }
footer .f1 ul li .tt p { font-size: 14px; color: #c2c2c2; }
footer .f1 ul li .tt h2 { font-size: 30px; }
footer .f1 ul li:last-child { display: none; }
footer .f1 ul li:last-child .tt h2 { font-size: 15px; }

footer .f2 { width: 616px; border-left: 1px solid #5c5c5b; border-right: 1px solid #5c5c5b; padding: 0 20px; overflow: hidden; }
footer .f2 .dh li { border-right: 1px solid #fff; padding: 0 8px; float: left; }
footer .f2 .dh li:first-child { padding-left: 0; }
footer .f2 .dh li:last-child { padding-right: 0; border-right: 0; }
footer .f2 .dh li a { color: #fff; font-size: 18px; }
footer .f2 .link { overflow: hidden; margin-top: 20px; display: none; }
footer .f2 .link p { font-size: 18px; }
footer .f2 .link .a { margin-top: 5px; }
footer .f2 .link .a a { color: #bbbbbb; font-size: 12px; margin-right: 12px; }
footer .f2 .address { margin-top: 20px; }
footer .f2 .address p:last-child { font-size: 16px; margin-top: 5px; }
footer .f2 .sou {
    width: 418px;
    height: 50px;
    background: #ffffff;
    margin-top: 38px;
    border-radius: 100px;
    padding-left: 22px;
}
footer .f2 .sou a { display: block; }
footer .f2 .sou a input { width: 266px; height: 50px; }
footer .f2 .sou a span {
    display: inline-block;
    width: 140px;
    height: 30px;
    background: var(--ztColor);
    border-radius: 100px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
}

footer .f3 { width: 222px; overflow: hidden; }
footer .f3 img { width: 130px; border-radius: 15px; }
footer .f3 p { font-size: 12px; text-align: center; margin-top: 6px; }
footer .f3 a { display: block; font-size: 16px; color: #fff; text-align: right; margin-top: 30px; }
footer .f3 a img { width: 14px; margin-left: 3px; }

footer .copyright { padding: 20px 0; border-top: 1px solid #5c5c5b; margin-top: 30px; }
footer .copyright p { font-size: 12px; color: #6f6f6f; text-align: center; line-height: 20px; }
footer .copyright p span { margin-right: 5px; }
footer .copyright p a { color: #6f6f6f; }
footer .copyright p a:hover { color: var(--ztColor); }

.index footer .f1 ul li { margin-top: 0; margin-bottom: 10px; }
.index footer .f1 ul li:last-child { display: block; }
.index footer .f2 .link { display: block; }
.index footer .f2 .address { display: none; }